home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 751-760 / 751 / annotate / annotate.doc < prev    next >
Text File  |  1995-03-18  |  8KB  |  181 lines

  1. ****************************************************************************
  2. *                                                                          *
  3. *                     USER DOCUMENTATION -- Annotate 1.8                   *
  4. *                                                                          *
  5. * Annotate Version 1.8 program and concept by Doug Bakewell                *              
  6. *                                                                          *
  7. * Annotate Version 1.0 documentation by Kevin Buckham                      *
  8. *                                                                          *
  9. *                                                                          *
  10. ****************************************************************************
  11.  
  12. -WHAT YOU SHOULD HAVE FOR ANNOTATE
  13.      Ann                  - executable
  14.      Annotate.Doc         - this file
  15.      Anntools             - example tools file for annotate
  16.      OpenWithPattern.rexx - a simple example of a rexx program for Ann
  17.  
  18.  
  19. -About Annotate 1.8:
  20.  
  21.           To begin with, Thanks to all the people who supported Ann in it's 
  22.      first version. I hope this version solves any problems you have been 
  23.      having with Ann 1.0 (if any).
  24.  
  25.          Many people have asked for a new version of Annotate. I did plan on
  26.     the next release being 2.0 with a full ARexx port but I'm going back to 
  27.     school and may not have any time for a while to work on Ann. So at the 
  28.     very least Ann 1.8 is a HUGE improvment over Ann 1.0.
  29.     
  30.          I'm not going to include a full doc file this time, just this file 
  31.     with a simple explanation of some of the improvements. For a better idea
  32.     of how to use Ann, see the doc file with Ann 1.0 (also in FF).
  33.     
  34.          Ann 2.0 will be released if I get a good response to this release 
  35.     of Ann. It will have a fully working Rexx port (at least 112 commands)
  36.     that should be complete enough for anyone's use. And YES, I will get rid 
  37.     of the stupid workbench output window before version 2.0.
  38.  
  39. -Changes
  40.  
  41.      Note: I'm assuming you are already familiar with Ann or at least with
  42.            text editors in general.
  43.      
  44.      
  45.      OK here we go:
  46.      
  47.      
  48.      1) Scroll bar
  49.      
  50.           But not just any scroll bar. A scroll bar should show you where you 
  51.           are in relation to the top and botton of text. Ann's scroll bar also 
  52.           shows you where your cursor, selection, and scroll stores are. 
  53.           Try it, you'll find it very useful.
  54.           
  55.           
  56.      2) Print
  57.           
  58.           It's not great but it works.
  59.      
  60.      
  61.      3) Vertical Cut/Copy/Paste
  62.      
  63.           At the top of the Edit menu there is a menu item "Line/Vert Sel".
  64.           To use it, just make a selection and hit Amiga-z. You can hit
  65.           Amiga-z like a toggle switch. The selection will change from a 
  66.           line selection to a vertical selection. To find out what mode
  67.           the window is in, look at the status bar it will have an "LS" or
  68.           "VS" in it, meaning Line Select mode or Vertical Select mode 
  69.           respectively.
  70.           
  71.           
  72.      4) Lock Lines
  73.         Unlock Lines
  74.         
  75.           This feature will take whatever lines are selected and make so 
  76.           that the user can or can't type into these lines. If the lines
  77.           are locked then any input directed at those lines is ignored.
  78.           Locked lines are indicated by a line though the text.
  79.           
  80.           
  81.      5) Start Sel
  82.         End Sel
  83.         
  84.           Lets you mark blocks from the keyboard. Start Sel will put you into
  85.           text selection mode and End Sel will take you out of text selection
  86.           mode and make the selection. These two commands were mostly put in
  87.           to give ARexx an easy and sensible way of making a selection.
  88.           
  89.           
  90.      6) Exchange
  91.           
  92.           OK, this is the coolest new thing in Ann. What it will let you do is
  93.           have several files loaded into memory, but not necessitating windows 
  94.           for them all.  And, if you want to look at a file in one of the 
  95.           buffers, you simple exchange for a file that is in the current window.
  96.           Or you could put it in a new window of it's own. You can also open 
  97.           close windows but still keep the file in memory or open files into 
  98.           the current window and have the current text in the window buffered
  99.           off into memory. To make a long story short, (too late, I know)
  100.           Exchange is the best place to open and close files and windows
  101.           if you are working on a large number of files, it's hard to explain
  102.           this feature fully. So... all I can say is try learning to use it. 
  103.           Once you figure it out, you'll never use the normal Open from the 
  104.           file menu again. Wwww... 
  105.           
  106.           Boy, I like Exchange.
  107.           
  108.      
  109.      7) Regen All
  110.      
  111.           Same as Redraw All was (as far as the user can tell anyway).
  112.      
  113.      
  114.      8) The Macro Menu
  115.      
  116.           You record something, then it can play it back - Simple.
  117.           When recording a macro, use "Stop Recording" to stop recording.(like da)
  118.           The quick key for playback is Shift-F#.
  119.           In Ann 1.8 you can't load or save macros to disk, Yet.
  120.           
  121.           
  122.      9) Some new tools have been added to the Tools menu. They are all self
  123.         explanatory.
  124.         
  125.         
  126.     10) The "AnnTools" file doesn't have to be in s: anymore. Ann will first
  127.           search the current directory for Anntools, then it will go to s:.
  128.           This means you can have a differnent set of tools for each project 
  129.           you're working on.
  130.           
  131.           
  132.     11) A bunch of bugs were removed. (No kidding!)
  133.     
  134.     
  135.     12) Uses less memory to load files. (A lot less)
  136.  
  137.     13) If you are runing ann from the shell and what you want is a file requester
  138.           to appear immediately, then use the directory to load from as an 
  139.           argument. ex: "run ann sys:" will run ann and make a file requester
  140.           apear with sys: in the dir string. To bring up a file requester for the 
  141.           current directory use "run ann /". Ann used to bring up a file requeser
  142.           every time it was run with supplying it with a filename. But because of
  143.           the possiblity of ARexx running Ann, this feature had to be removed.
  144.           And by the way, Thanks Brad for pointing out the fact fact the every
  145.           other text editor on the face of the earth will take a directory as 
  146.           an argument.
  147.           
  148.           
  149.     14) The text cursor is now an unfilled box except when you are selecting 
  150.           text, then the cursor becomes a filled box.
  151.     
  152.  
  153.     Well that's about it for new stuff. I missed out some new stuff, so you can
  154.     find that stuff out for yourself. If you have any ideas for ann drop me a
  155.     line. Use the address in Annotate's about requester. 
  156.     
  157.                          Hope ya like Annotate 1.8!
  158.                          
  159.  
  160. -DISCLAIMER
  161.  
  162.  
  163.                    DISCLAIMER OF WARRANTY OR LIABILITY
  164.  
  165.     This software and manual file are offered "as is" and without
  166.     warranties as to performance or merchantability. any statments made
  167.     about the uses of this software do not constitute warranties and shall
  168.     not be relied on by the user in deciding to use this program.
  169.  
  170.     This program is given without any express or implied warranties
  171.     whatsoever. Because of the diversity of conditions and hardware under
  172.     which this program may be used, no warranty or fitness for a particular
  173.     purpose is offered. The user is advised to test the program thoroughly
  174.     before relying on it. The user must assume the entire risk of using the
  175.     program.
  176.  
  177.  
  178.  
  179.  
  180.                                    =-=-=-=-=-=
  181.